home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / deleteuser / deleteuser.man < prev    next >
Text File  |  1991-06-04  |  1KB  |  39 lines

  1. '\" Copyright 1991 Regents of the University of California
  2. '\" Permission to use, copy, modify, and distribute this
  3. '\" documentation for any purpose and without fee is hereby
  4. '\" granted, provided that this notice appears in all copies.
  5. '\" The University of California makes no representations about
  6. '\" the suitability of this material for any purpose.  It is
  7. '\" provided "as is" without express or implied warranty.
  8. '\" 
  9. '\" $Header: /sprite/src/admin/deleteuser/RCS/deleteuser.man,v 1.2 91/06/04 16:59:19 kupfer Exp $ SPRITE (Berkeley)
  10. '/" 
  11. .so \*(]ltmac.sprite
  12. .HS DELETEUSER admin
  13. .BS
  14. '\" Note:  do not modify the .SH NAME line immediately below!
  15. .SH NAME
  16. deleteuser \- Delete Sprite user accounts
  17. .SH SYNOPSIS
  18. \fBdeleteuser\fR \fIname name ...\fR
  19. .SH OPTIONS
  20. .IP "\fIname\fR" 15
  21. the name of an account to be deleted.
  22. .BE
  23.  
  24. .SH DESCRIPTION
  25. .PP
  26. .B Deleteuser
  27. takes a list of account names and removes them from the system.  
  28. The user's account is removed from the password file and the user's
  29. home directory is flushed.  In addition, an editor is invoked on the
  30. system aliases file, so that the user can be removed from any mailing
  31. lists she might belong to.
  32. .PP
  33. .B Deleteuser
  34. can also remove partially created or partially deleted accounts,
  35. though it squawks a bit.
  36.  
  37. .SH KEYWORDS
  38. user, account
  39.